home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-14 | 605 b | 36 lines | [TEXT/MPCC] |
- // PickMeshShapePartSupport.h
- //
- // Modification History:
- //
- // 12/27/94 nick initial version
- // 11/09/95 robert Removed unused prototypes
-
- #ifndef _PICKMESHSHAPEPARTSUPPORT_H_
- #define _PICKMESHSHAPEPARTSUPPORT_H_
-
- // Macintosh System Stuff
- #include <Windows.h>
-
- // QuickDraw 3D stuff
- #include "QD3D.h"
-
- TQ3ViewObject MyNewView(
- WindowPtr theWindow);
-
- TQ3DrawContextObject MyNewDrawContext(
- WindowPtr theWindow);
-
- TQ3CameraObject MyNewCamera(
- WindowPtr theWindow);
-
- TQ3GroupObject MyNewCamera(
- WindowPtr theWindow);
-
- TQ3GroupObject MyNewLights(
- void);
-
- TQ3GroupObject MyNewModel(
- void);
-
- #endif
-